Skip to content

)}

SchedulerQueue.Remove(ScheduledItem) method

Defined in

Type: SchedulerQueue Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll

Applies to

netstandard2.0

public bool Remove(ScheduledItem<TAbsolute> scheduledItem)

Summary: Removes the specified work item from the scheduler queue.

Parameters

NameTypeDescription
scheduledItem[ScheduledItem](#Work item to be removed from the scheduler queue.

Returns: bool -- true if the item was found; false otherwise.